home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET
/
BCI NET Dec 94.iso
/
archives
/
networking
/
amitcp
/
rxpointer.lha
/
rxpointer
/
closeamitcpreq.rexx
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1994-11-01
|
302 b
|
16 lines
/*
ARexx script to close AmiTCP v4.0demo Requester Window
so the startup sequence can continue
$VER 1.0 Geoff gfellows@csu.edu.au 1-Nov-1994
*/
address command
if ~show("PORTS", "POINTER1") then do
"run <>nil: user:tools/rxpointer"
end
"wait 10"
address 'POINTER1'
"move 310 430"
"click left"
"quit"